Skip to main content

DescribeUuidConfig

Description

queries whether the baseline check is enabled for the specified host assets.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeUuidConfig

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
UuidBODYstringNoNo sample value for this parameter.host asset UUID.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.
Datastructno demo valueBaseline check configuration, see the following parameter description for specific sub-items.
Flagstringno demo valuewhether to enable baseline checking: add: indicates on. del: means no detection.

Example

Successful Response example

{
"RequestId":"no demo value",
"Data":"no demo value",
"Flag":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}